home *** CD-ROM | disk | FTP | other *** search
- VERSION BUILD=3500107
- 'File to store the extracted information
- SET !FILEEXTRACT exchangerate.csv
- 'The default directory is /Download
- URL GOTO=http://www.iopus.com/iim/demo/index.htm
- SIZE X=664 Y=600
- TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/extract.htm
- '
- 'Extract data of SECOND table (POS=2) on page
- EXTRACT POS=2 ELEM=0 ATTR=<TABLE*
- '
- 'The SAVEAS statement was added manually to write the extracted table to a file
- '(The alternative way to get the extracted data is the Scripting Interface)
- SAVEAS TYPE=EXTRACT
- WAIT SECONDS=3
- URL GOTO=http://www.iopus.com/iim/messages/done.htm
-